Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turn All.som into a benchmark that runs most other benchmarks #122

Merged
merged 2 commits into from
Aug 21, 2024

Conversation

smarr
Copy link
Member

@smarr smarr commented Aug 20, 2024

Currently, we run the following benchmarks:

  • Bounce
  • BubbleSort
  • DeltaBlue
  • Dispatch
  • Fannkuch
  • Fibonacci
  • FieldLoop
  • GraphSearch
  • IntegerLoop
  • Json
  • List
  • Loop
  • Mandelbrot
  • NBody
  • PageRank
  • Permute
  • Queens
  • QuickSort
  • Recurse
  • Richards
  • Sieve
  • Storage
  • Sum
  • Test
  • Towers
  • TreeSort
  • WhileLoop

The AWFY benchmarks need the incompatible core lib, so, they are not really an option.
Haven't tried adding SomSom yet.

At this point, the Test benchmark is unfortunately not robust enough to run on all SOMs.

It’s run with the normal harness.
Though, it needs a long classpath:

 -cp Smalltalk:Examples/Benchmarks/TestSuite:Examples/Benchmarks/Richards:Examples/Benchmarks/DeltaBlue:Examples/Benchmarks/NBody:Examples/Benchmarks/Json:Examples/Benchmarks/GraphSearch:Examples/Benchmarks/LanguageFeatures Examples/Benchmarks/BenchmarkHarness.som All 3 10

Signed-off-by: Stefan Marr <[email protected]>
@smarr smarr added the enhancement Improves the implementation with something noteworthy label Aug 20, 2024
@smarr smarr force-pushed the all-benchmark branch 2 times, most recently from 48d5383 to 927e713 Compare August 21, 2024 00:05
@smarr smarr merged commit f11313b into SOM-st:master Aug 21, 2024
12 checks passed
@smarr smarr deleted the all-benchmark branch August 21, 2024 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improves the implementation with something noteworthy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant